home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / sgverinf / SGVERSIO.CHM / helpfile.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1998-08-17  |  2.1 KB  |  124 lines

  1.  
  2. BODY 
  3. {
  4.     margin-top: 0px;
  5.     margin-left: 0px;
  6.     margin-right: 0px;
  7.     font-family : Verdana, Arial, Helvetica;
  8.    font-style : normal;
  9.    font-variant : normal;
  10.    font-weight : normal;
  11.    font-size : 9pt;
  12.    background-color : ivory;
  13.    background-position : left top;
  14.    background-image : none;
  15.    color : black;
  16. }
  17.  
  18. {
  19. }
  20.  
  21. LI
  22. {
  23. }
  24.  
  25. TD 
  26. {
  27.    font-size : 9pt;
  28. }
  29.  
  30. H1 
  31. {
  32.     font-family : Verdana, Arial, Helvetica;
  33.     font-size : 32pt;
  34.     color : maroon;
  35. }
  36.  
  37. H2 
  38. {
  39.     font-family : Verdana, Arial, Helvetica;
  40.     font-size : 24pt;
  41.     color : maroon;
  42. }
  43.  
  44. H3 
  45. {
  46.     font-family : Verdana, Arial, Helvetica;
  47.     font-size : 22pt;
  48.     color : maroon;
  49. }
  50.  
  51. H4 
  52. {
  53.     font-family : Verdana, Arial, Helvetica;
  54.     font-size : 18pt;
  55.     color : maroon;
  56. }
  57.  
  58. H5
  59. {
  60.     font-size: 10pt;
  61.     font-weight: black;
  62.     color: black;    
  63. }
  64.  
  65. H6
  66. {
  67.     font-size : 10pt;
  68.     color : maroon;
  69. }
  70.  
  71. PRE
  72. {
  73.     font-family: Courier New, Courier;
  74. }
  75.  
  76. A:link    { text-decoration:none; font-family:Verdana,Arial,Helvetica; color:navy; font-weight:normal;}
  77. A:visited { text-decoration:none; font-family:Verdana,Arial,Helvetica; color:navy; font-weight:normal;}
  78. A:active  { text-decoration:none; font-family:Verdana,Arial,Helvetica; color:red; font-weight:normal;}
  79. A:hover   { text-decoration:none; font-family:Verdana,Arial,Helvetica; color:red; font-weight:normal;}
  80.  
  81. .CopyrightNotice
  82. {
  83.     font-size: 8pt;
  84.     font-weight: normal;
  85. }
  86.  
  87. .CopyrightNotice A:link    { color: green; font-size:16pt; font-weight:normal; }
  88. .CopyrightNotice A:visited { color: green; font-size:16pt; font-weight:normal; }
  89. .CopyrightNotice A:active  { font-weight:normal; }
  90. .CopyrightNotice A:hover   { font-weight:normal; }
  91.  
  92. .TopicTitle 
  93. {
  94.     font-family : Verdana, Arial, Helvetica;
  95.     font-size : 18pt;
  96.     color : maroon;
  97. }
  98.  
  99. .TopicTitleTable
  100. {
  101.     border-bottom: 1px solid rgb(0,0,0);
  102.     width: 100%;
  103.     background-color: silver;
  104.    font-size : 9pt;
  105. }
  106.  
  107. .TopBarTable
  108. {
  109.     border-bottom: 1px solid rgb(0,0,0);
  110.     font-size: 9pt;
  111.     width: 100%;
  112.     background-color: white;
  113. }
  114.  
  115. .TopicBody 
  116. {
  117.     padding-left: 8px;
  118. }
  119.  
  120. .ParamsTable
  121. {
  122.     width: 90%;
  123. }